home *** CD-ROM | disk | FTP | other *** search
- C- Audio |audio|
- C- LoadSound |loadsound|
- C- PlaySound |playsound|
- C- PlaySoundSequence |playsoundsequence|
- C- SetChannel |setchannel|
- C- SetVolume |setvolume|
- F- TimeLeftOnChannel |timeleftonchannel|
- [E]
-
- |audio|
- WT Audio {Logical} [,{Channel}]
- PT This will turn
- BS On
- PT or
- BS Off
- PL the audio channels.
- PL Optionally you can give a specific channel
- PL to change.
- ED
-
- |loadsound|
- WT LoadSound {FilePath} [,{SoundBufferName} [,<loadflags>]]
- PL Preloads an 8SVX digitized sound. See the
- PL manual for a full description of this
- PL command.
- PL
- PT SEE ALSO:
- BS PlaySound
- PT and
- BS PlaySoundSequence
- PT .
- ED
-
- |playsound|
- WT PlaySound {SoundBufferName} [,<audioflags> [,{PeriodRate}]]
- PL Plays an 8SVX digitized sound. See the
- PL manual for a full description of this
- PL command.
- PL
- PT SEE ALSO:
- BS LoadSound
- PT and
- BS PlaySoundSequence
- PT .
- ED
-
- |playsoundsequence|
- WT PlaySoundSequence {DocumentBufferName} [,<audioflags> [,PeriodRate}]]
- PL This will play the sounds listed in the
- PL given document in sequence. See the manual
- PL for a full description of this command.
- PL
- PT SEE ALSO:
- BS LoadSound
- PT and
- BS PlaySound
- PT .
- ED
-
- |setchannel|
- WT SetChannel {ChannelNumber}
- PL Specifies the channel that is used for
- PT the next
- BS PlaySound
- PT or
- BS PlaySoundSequence
- PL
- PL command. Normally these commands use
- PL any available channel. NOTE: if any other
- PL application is using the {ChannelNumber}
- PL the sound will not be played.
- ED
-
- |setvolume|
- WT SetVolume {Integer} [,{ChannelNumber}]
- PL Sets the volume for subsequently played
- PL sounds, but not of the currently playing
- PL sound. The volume is between 0 and 64.
- PL If channel is not specified then all
- PL channels will be effected.
- PT SEE ALSO:
- BS SetChannel
- PT .
- ED
-
- |timeleftonchannel|
- WT {Integer}=TimeLeftOnChannel({ChannelNumber})
- PL Returns the number of seconds remaining
- PL for a sound playing on the specified
- PL channel.
- ED
-
-
-